BidNow Services


Service URL
POST: http://cloudsamples.net/RestServices/BidNow.Services/AuctionService.svc/items/{itemId}/bids?apiKey={apiKey}

Description
Places a bid on a specific auction.

Authentication
This service requires authentication. To authenticate you need to pass your API key using the apiKey query argument. To get your API key register for an account.

Parameters
itemId:
Auction item ID
apiKey:
API key
bid:
POST request body: ItemBid entity

Example Response
The example response cannot be displayed.